home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / mx / managers / PopUpManagerChildList.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  502 b   |  24 lines

  1. package mx.managers
  2. {
  3.    import mx.core.mx_internal;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public final class PopUpManagerChildList
  8.    {
  9.       mx_internal static const VERSION:String = "2.0.1.0";
  10.       
  11.       public static const APPLICATION:String = "application";
  12.       
  13.       public static const POPUP:String = "popup";
  14.       
  15.       public static const PARENT:String = "parent";
  16.       
  17.       public function PopUpManagerChildList()
  18.       {
  19.          super();
  20.       }
  21.    }
  22. }
  23.  
  24.